home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / System / ScreenDaemon 1.2 / ScreenDaemon cdev / Framework / CDEV.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-12-20  |  141 b   |  9 lines  |  [TEXT/MMCC]

  1. #pragma once
  2.  
  3. #include "TControlPanel.h"
  4.  
  5. struct myCDEV : TControlPanel {
  6.             myCDEV(short numItems,DialogPtr cp);
  7.     virtual    ~myCDEV(void);
  8. };
  9.